home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 127
/
PC Guia 127.iso
/
Software
/
Produtividade
/
OpenOffice.org 2.0.1
/
openofficeorg1.cab
/
Events.xcs
< prev
next >
Wrap
Extensible Markup Language
|
2005-09-10
|
991b
|
45 lines
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="Events" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<desc>Contains the global event bindings.</desc>
</info>
<templates>
<group oor:name="BindingType">
<info>
<desc>Describes the binding.</desc>
</info>
<prop oor:name="BindingURL" oor:type="xs:string">
<info>
<desc>The Macro URL to which the event is bound.</desc>
</info>
</prop>
</group>
</templates>
<component>
<group oor:name="ApplicationEvents">
<info>
<desc>Contains information about the global events.</desc>
</info>
<set oor:name="Bindings" oor:node-type="BindingType">
<info>
<desc>Contains event bindings.</desc>
</info>
</set>
</group>
</component>
</oor:component-schema>